home *** CD-ROM | disk | FTP | other *** search
- -- background: 51867 from stack: in
- -- bmap block id: 52096
- -- flags: 0000
- -- background id: 0
- -- name:
- ----- HyperTalk script -----
- On ArrowKey which
- if which is "left" then EnterInField
- else if which is "right" then beep
- else if which is "down" then beep
- else if which is "up" then beep
- End ArrowKey
-
- On EnterInField
- go next
- End EnterInField
-
-
-
- -- part 2 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=428 top=18 right=34 bottom=450
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 0
- -- font id: 3
- -- text size: 10
- -- style flags: 256
- -- line height: 13
- -- part name:
-
-
- -- part 3 (field)
- -- low flags: 00
- -- high flags: 0000
- -- rect: left=180 top=18 right=34 bottom=310
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 3
- -- text size: 12
- -- style flags: 256
- -- line height: 16
- -- part name:
-
-
- -- part 16 (button)
- -- low flags: 00
- -- high flags: 8003
- -- rect: left=3 top=320 right=341 bottom=48
- -- title width / last selected line: 0
- -- icon id / first selected line: 0 / 0
- -- text alignment: 1
- -- font id: 0
- -- text size: 12
- -- style flags: 0
- -- line height: 16
- -- part name: Menu
- ----- HyperTalk script -----
- on mouseUp
- UnDissolveToMenu
- end mouseUp
-
-